home *** CD-ROM | disk | FTP | other *** search
/ QRZ! Ham Radio 4 / QRZ Ham Radio Callsign Database - Volume 4.iso / files / amiga / cbbs720j.lzh / readme-v7.20j < prev    next >
Encoding:
Text File  |  1993-08-25  |  10.5 KB  |  208 lines

  1. Release notes. This file contains brief notes on the difference between
  2. successive releases.
  3. V7.20j
  4. -  Linefeeds were being removed from files when using any Download command
  5.    or the Info command.
  6. -  There was a bug in the LS command which has been fixed.
  7. -  The program was not keeping proper track of the monitored and logged-in
  8.    callsigns in the files calls.mb and mon.mb
  9. -  A message addressed TO a valid callsign but with a blank BBS field, will
  10.    be forwarded to a BBS if the TO callsign appears in the BBS's collection
  11.    list in the forwarding script.
  12. -  There is a bug that has been in C-BBS for some time (in the original IBM
  13.    version. During a scripted forward, C-BBS sends a Connect command to the
  14.    TNC and then it waited for the cmd: prompt before it started to look for
  15.    the *** CONNECTED message. The problem is that some TNCs do not send a
  16.    cmd: prompt when they have NEWMODE ON. Since you must have NEWMODE ON
  17.    the program would hang in the forwarding script. This problem is time
  18.    dependent because the code only waits 2 seconds for the cmd: prompt. So
  19.    if your TNC does not send a cmd: prompt but it takes longer than 2
  20.    seconds to receive the *** CONNECTED message, then things will still
  21.    work.
  22.    The program does not wait for the cmd: prompt any more.
  23. V7.20i
  24. -  It was not sending a message to a BBS if the @BBS field in the message
  25.    was blank.
  26. V7.20h NOTE
  27. -  Only change was to fix an error in the FBB forwarding. If a message was
  28.    addressed to a callsign but did not have an @bbs field the message would
  29.    not be sent to another BBS even if the callsign was in the distribution
  30.    script for that BBS.
  31. V7.20g NOTES
  32. -  The only change between 7.20f and 7.20g is to fix an error in the way
  33.    that the program sends ASCII files to an FBB system. It was sending
  34.    the first batch of files and then disconnecting before the other end had
  35.    sent a prompt.
  36.  
  37. V7.20f NOTES
  38. -  The problem with FBB compression has been fixed. You can now forward
  39.    compressed files of any reasonable size to an FBB system. The ability to
  40.    turn off FBB compression with the #C option has been retained for those
  41.    who either have problems with transparent mode, or who have problems
  42.    with people who don't know the difference between 'compressed' data and
  43.    'enciphered' data.
  44. -  A new program 'fx' is included to let you talk to SYSOP using AREXX and
  45.    get the results of a command printed to a file which can then be further
  46.    processed in the AREXX script (see fx.doc in the docs.lzh archive).
  47.  
  48. V7.20e NOTES
  49. -  There are changes to the config.mb file from previous V7 versions.
  50. -  Compatibility with FBB forwarding has been added although sending large
  51.    compressed files will not work properly. By default, the config.mb file
  52.    on the distribution has option #C turned off, which turns off the use of
  53.    FBB compression.
  54. -  A serious bug has been fixed which would cause 'mb' to crash for no
  55.    apparent reason. It was actually caused when the program monitored a
  56.    packet that was more than 200 characters long and the symptoms varied
  57.    depending upon how much the packet exceeded 200 chars.
  58. -  Although CBBS can handle a phone line and it will forward to other CBBS
  59.    systems over the phone, it CANNOT forward to an FBB system on the phone
  60.    yet. I am working on adding that feature.
  61.  
  62. V7.00e NOTE
  63.    The only change from version 7.00d to 7.00e is to fix a bug in the code
  64. that logs the system off when a user says 'B'ye on a telephone line.
  65. The ATH0 command should now make the modem hang up.
  66.  
  67. V7.00d NOTES
  68. -  add code to check for loss of carrier on phone line. Plus other fixes to
  69.    make the phone line work.
  70. -  fixed semaphore bug which would prevent execution of 'GM' or 'GU'.
  71. -  mbuser.index file is now in T:, not ram:.
  72. -  add code to prevent echoing of control characters to console when
  73.    monitoring. Some control codes cause the screen to mess up.
  74.  
  75. V7.00c NOTES
  76.  
  77. If you are still running a V6 version of CBBS then the structure of mail.dat
  78. has been changed in V7 and you must use the mbconv10 program to convert your
  79. mail.dat to the new format before trying to run the new 'mb' (see the V7.00a
  80. NOTES).
  81.  
  82. If you already have V7.00a installed then you only need to copy over the
  83. files which have changed. The files and programs which have changed are:
  84.  
  85.    mb sysop locker states.mb
  86.  
  87. It is particularly important that you replace 'locker'.
  88.  
  89.    - Since the release of V7.00a I have managed to get CBBS to handle
  90.      multiple serial ports. This new feature is documented in the file
  91.      cbbs-multi.doc. However, the multi-port code has been implemented such
  92.      that users who only have one port won't have to make any changes to
  93.      their system other than to replace the new programs and files listed
  94.      above.
  95.  
  96.    - I have also added code so that the BBS will handle a telephone modem
  97.      provided that the modem's commands are HAYES compatible. See the file
  98.      phone.doc for more details. The phone can be used on a single or multi
  99.      port system.
  100.  
  101.    - The code allows the user to put the device unit number and name at the
  102.      end of the port descriptor line in config.mb
  103.  
  104.  
  105. V7.00a NOTES
  106.  Version 7.0 of the mailbox code now uses a new structure for the MAIL.DAT
  107. file. So you must run MBCONV10 before loading the mailbox.
  108. Place MBCONV10 in the same directory as your messages (usually cbbs/msgs).
  109. Then run the program and you will have a converted MAIL.DAT file located in
  110. your cbbs/msgs subdirectory. You can then copy the file cbbs/msgs/mail.dat
  111. into your cbbs/files directory.
  112.  
  113.   If you have your MAIL.DAT file in some other subdirectory you can use
  114. something like "MBCONV10 HF/BBS" with command line arguments. That will
  115. place the mail file in the HF/BBS subdirectory.
  116.  
  117.   Make sure you make a backup of your old mail file in case something goes
  118. wrong. This version of the CBBS mailbox will only work with a converted
  119. mail file. It will halt operations if it sees the wrong mail file when it
  120. loads. Also the older versions of CBBS will not load with the converted
  121. mail file. So make sure you have a backup of your old Version 6 'mb' program
  122. and MAIL.DAT file.
  123. If all else fails, you can use them to bring 6.7X CBBS back up by
  124. just copying them back onto your system.
  125. Make sure you use the new MBRESTM as it is different from the old one.
  126.  
  127.   You MUST also add the number of days you want to keep BID's in the config
  128. file. If you forget, on the first BID compress cycle, you will lose all the
  129. current bids, and have them transferred to the BID.TMP file. If you do a
  130. bid compress again, then you will lose all your bids.. So make sure you add
  131. to the config file, the number of days you want to keep bids.. It is on the
  132. same line as (Max # of calls in of forwarding mail list) in the lower half
  133. of the config file. You must also ADD three lines to the config. These are
  134. for the Entering of the QTH by the user... So you add YES (Prompt QTH) and
  135. then later on in the config you add the "*** Please Enter NQ......" and
  136. " NOT your callsign......".. So you add three lines in the proper places and
  137. also add the number of days for BIDS...
  138.  
  139.  
  140.    Some features:
  141.  
  142.     New Command "XB" puts the bbs back online after a manual forward.
  143.  
  144.     BULLETIN.MB is now changed to BULLETIN.A, BULLETIN.B, ETC. It  is now
  145.     related to the port that a user connects on. You can have the same
  146.     or different files for each user port. On the AMIGA, only BULLETIN.A
  147.     in your cbbs directory would be valid. If this file exists it is printed
  148.     out each time a user logs in. All the special abbreviations (such as $A
  149.     etc.) that are valid in a configuration file can also be used in the
  150.     bulletin file.
  151.  
  152.     A new log program is included.. MAKELOG by NK3T does a nicer job of
  153.     sorting and listing information for the sysop. This program is NOT
  154.     currently available for the Amiga as the source was not included on
  155.     the V7.00 distribution disk. 
  156.  
  157.     Sysop listing using the ';' will now show where you got the message
  158.     and where it is forwarded to. Doing a LK ; will show more information
  159.     about each message.  "<<FROMBBS F->TOBBS"  FROMBBS is where the message
  160.     came from; TOBBS is where you forwarded the message.
  161.  
  162.     When a user does  a listing  command, if  there are  more than  24
  163.     headers in the list, the user will get the pause line, and listing
  164.     will be halted until the user answers, "Any key to continue, Q  to
  165.     quit". Only listing commands are checked for pauses.
  166.  
  167.     When a user reads a traffic message, he will be given the option after
  168.     reading the message to either take the traffic or not. If the user
  169.     answers "Y", the traffic message will be killed, and if enabled a
  170.     Service message will be created.
  171.  
  172.     A new listing command for sysops and users. "LS WHAT" will scan the
  173.     headers for a match and list them. The TO, FROM, BBS, BID, And TITLE
  174.     fields are scanned.
  175.  
  176.     The BID.MB file is now compressed automatically when the mail file
  177.     compress is done. The amount of days to keep bids is placed in the
  178.     config.mb, and your BID file will be renamed to BID.TMP, and a new
  179.     BID file created with bids no older that the number of days in the
  180.     config.mb..
  181.  
  182.     A powerful forwarding command using "XI BBS CALL" allows  forwards
  183.     to BBS with any match of CALL in the  mail file.  Meaning that  if
  184.     you want to forward a message, that  is NOT in  the list of  calls
  185.     for a bbs, you can  do so with this  command.  OR  if the band  is
  186.     weak and you wish  to forward  out a  message first,  you use  the
  187.     message bbs in CALL, and the mailbox will forward out this message
  188.     first, before going thru the  list of calls  in the forward  file.
  189.     After the forward of any match to  CALL, the normal list of  calls
  190.     in the forward file takes over, and forwards out what needs to  be
  191.     forwarded.
  192.  
  193.     The mailbox now  prompts the user for his  QTH.  The QTH is  added
  194.     to the user's record and you also have the ability of editing  the
  195.     user's QTH..  Also the QTH is added  to the WP response.   Another
  196.     common problem was that the user could enter his own call for  his
  197.     home bbs.  This is  no longer  permissible and the  user will  get
  198.     prompted to enter the callsign of a full time bbs.
  199.  
  200.     Adding the word HUSER to the hold section of the config will cause
  201.     all local user entered bulletins to be placed on hold.  Only local
  202.     users who enter bulletins will be  placed on hold.   This hold  is
  203.     not visible to the  user but  will not  allow the  bulletin to  be
  204.     forwarded out,  or be  visable  to other  users, until  the  sysop
  205.     manually changes the hold to normal.
  206.  
  207. __________________________________________________________________________
  208.